home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate Guide to Advanture Travel / The Ultimate Guide to Advanture Travel.iso / mac / MTSOBEK.Dir / 00297_Field_XOBJECTS.MDESCRIBE.txt < prev    next >
Text File  |  1996-03-15  |  1KB  |  24 lines

  1. -- FileIO External Factory. 9feb93 JT
  2. FileIO
  3. ISS    mNew, mode, fileNameOrType  --Creates a new instance of the XObject
  4. X      mDispose                --Disposes of XObject instance.
  5. II     mWriteChar, charNum     --Writes a single character. Returns error code
  6. IS     mWriteString, string    --Writes out a string of chars. Returns error code
  7. I      mReadChar       --Returns a single character
  8. S      mReadWord       --Returns the next word of an input file
  9. S      mReadLine       --Returns the next line of an input file
  10. S      mReadFile       --Returns the remainder of the file
  11. SSS    mReadToken, breakString, skipString
  12. I      mGetPosition    --Returns the file position
  13. II     mSetPosition, newPos    --Sets the file position. Returns error code
  14. I      mGetLength      --Returns the number of chars in the file
  15. ISS    mSetFinderInfo, typeString, creatorString
  16. S      mGetFinderInfo  --Gets the finder info
  17. S      mFileName       --Returns the name of the file
  18. I      mDelete         --Delete the file and dispose of me
  19. I      mStatus         --Returns result code of the last file io activity
  20. SI     +mError, errorCode  --Returns error message string
  21. V      mReadPICT           --Return handle to Metafile
  22. S      mNativeFileName     --Returns the native (dos) name of the file
  23. II     +mSetOverrideDrive, driveLetter --Set override drive letter ('A' - 'Z') to use
  24.        when loading linked castmembers.  Use 0x00 to clear override.